Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

feature/connections/src/commonMain/kotlin/org/meshtastic/feature/connections/ui/components/ConnectionActionButtonStyle.kt renovate/actions-setup-java-5.x (f17e586c) Text, 1.28 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.connections.ui.components

T8b949e/** Visual style for [ConnectionActionButton]. Maps to the four canonical M3 button variants. */
Tff7b72enum Tff7b72class T56d364ConnectionActionButtonStyle Tb4b4b4{
T8b949e/** Solid-fill button for the primary action in a group (e.g. "Start scan"). */
Te6edf3FilledTb4b4b4,

T8b949e/** Tonal (filled-tonal) button for secondary prominence (e.g. "Add device manually"). */
Te6edf3TonalTb4b4b4,

T8b949e/** Outlined button for neutral or tertiary actions (e.g. "Disconnect"). */
Te6edf3OutlinedTb4b4b4,

T8b949e/** Text-only button for the least prominent action (e.g. inline toggles). */
Te6edf3TextTb4b4b4,
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.04s